home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / egebook.lha / ege.book / 1 / Makefile < prev    next >
Makefile  |  1992-06-07  |  172b  |  6 lines

  1. include ../config.h
  2. LDLIBS = 
  3. all: Course1 Course2 HelloWorld Scheduling hello hello1 hello2
  4. clean:
  5.     $(RM) Course1 Course2 HelloWorld Scheduling hello hello1 hello2 *.o *~
  6.